home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / CURRENT / 000060_trosien@gmail.com_Wed Jan 24 14:09:14 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!l53g2000cwa.googlegroups.com!not-for-mail
  2. From: trosien@gmail.com
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Simple ESC sequences send a lowercase letter instead of uppercase when using ibm3151 emulation
  5. Date: 24 Jan 2007 10:53:17 -0800
  6. Organization: http://groups.google.com
  7. Lines: 26
  8. Message-ID: <1169664795.638855.108790@l53g2000cwa.googlegroups.com>
  9. NNTP-Posting-Host: 198.179.147.18
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1169664812 29044 127.0.0.1 (24 Jan 2007 18:53:32 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Wed, 24 Jan 2007 18:53:32 +0000 (UTC)
  15. User-Agent: G2/1.0
  16. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: l53g2000cwa.googlegroups.com; posting-host=198.179.147.18;
  19.    posting-account=s_A_ng0AAAAZot8BVlSBlT2AZhbukKIy
  20. Xref: panix comp.protocols.kermit.misc:15633
  21.  
  22. I have Kermit v2.1.3 and have notice that when using the ibm3151
  23. emulation that when trying to send an ESC X where X is any capital
  24. letter, that what gets transmitted is actually the lowercase of the
  25. same letter.
  26.  
  27. I was trying to map the Gray Delete key to send \{27}\{81}      i.e.
  28. (ESCQ) which is what a host is expecting to see for DEL as opposed to
  29. the Kermit default of \{127}.  When sending ESCQ what actually gets
  30. sent on the wire is ESCq with any single letter coming after the ESC
  31. getting translated to lowercase.
  32.  
  33. Any ideas why the case conversion occurs?  other emulations I tried
  34. seem to be fine, but not ibm3151.  This occurs with any simple
  35. uppercase ESC X call thought other more complex calls are fine.   An
  36. attempt to send ESCQQ which transmits as ESCQQ so my workaround right
  37. now is to map the del to use an artificially complex sequence by adding
  38. offsetting right and left cursor moves to get it to work.
  39.  
  40. set term key ibm3151 /literal \4398 \{27}\{81}\krtarr\klfarr
  41.  
  42. Hope this helps someone and perhaps the reason for this can be
  43. discovered and or fixed should another release of Kermit be issued.
  44. Hope this helps someone.  anyone have any ideas why it happens tho?
  45.  
  46. Have a GREAT day!
  47.